Skip to content

Commit

Permalink
Remove half/float conversion functions from AVX2 output.
Browse files Browse the repository at this point in the history
(We were leaving around unused/unnecessary __half_to_float_uniform 
and the like, which in turn called out to the corresponding instruction.)
  • Loading branch information
Matt Pharr committed Apr 3, 2012
1 parent 391678a commit 637d076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,16 @@ lSetInternalFunctions(llvm::Module *module) {
"__extract_int64",
"__extract_int8",
"__fastmath",
"__float_to_half_uniform",
"__float_to_half_varying",
"__floatbits_uniform_int32",
"__floatbits_varying_int32",
"__floor_uniform_double",
"__floor_uniform_float",
"__floor_varying_double",
"__floor_varying_float",
"__half_to_float_uniform",
"__half_to_float_varying",
"__insert_int16",
"__insert_int32",
"__insert_int64",
Expand Down

0 comments on commit 637d076

Please sign in to comment.