Skip to content

Commit

Permalink
OpenShadingLanguage : Remove b8_AVX_nFMA
Browse files Browse the repository at this point in the history
Not only was this spelt incorrectly, it was also nonsensical, since AVX doesn't provide FMA. I had included it based on my misinterpretation of a comment from Daniel.
  • Loading branch information
johnhaddon committed Feb 14, 2023
1 parent fa7d386 commit a9e2663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenShadingLanguage/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

"variables" : {

"useBatched" : "b8_AVX,b8_AVX_nFMA,b8_AVX2,b8_AVX2_noFMA,b8_AVX512,b8_AVX512_noFMA,b16_AVX512,b16_AVX512_noFMA",
"useBatched" : "b8_AVX,b8_AVX2,b8_AVX2_noFMA,b8_AVX512,b8_AVX512_noFMA,b16_AVX512,b16_AVX512_noFMA",

},

Expand Down

0 comments on commit a9e2663

Please sign in to comment.