This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix float32_bits union so that it always the sizeof float.
tags/v0.3.25^2
Chip-Kerchner
2 years ago
parent
97a61d0577
commit
e98e3c4783
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/compare_sgemm_sbgemm.c
+ 1
- 1
test/compare_sgemm_sbgemm.c
View File
@@ -49,7 +49,7 @@ typedef union
typedef union
{
float v;
struct
struct
__attribute__((packed))
{
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
uint32_t s:1;
Write
Preview
Loading…
Cancel
Save