Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

FMA support #70

Closed Nielsbishere closed 1 year ago

Nielsbishere commented 2 years ago

Non strict float can forcefully insert FMA, while strict float can't because fma can reorder unpredictably.

Nielsbishere commented 1 year ago

Not very useful. It only works on normal floats; it would be more useful on 4-element vectors but this requires AVX512.