We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416811a commit a50096bCopy full SHA for a50096b
llvm/include/llvm/Analysis/TargetLibraryInfo.h
@@ -417,6 +417,7 @@ class TargetLibraryInfo {
417
case LibFunc_nearbyint: case LibFunc_nearbyintf: case LibFunc_nearbyintl:
418
case LibFunc_rint: case LibFunc_rintf: case LibFunc_rintl:
419
case LibFunc_round: case LibFunc_roundf: case LibFunc_roundl:
420
+ case LibFunc_roundeven: case LibFunc_roundevenf: case LibFunc_roundevenl:
421
case LibFunc_sin: case LibFunc_sinf: case LibFunc_sinl:
422
case LibFunc_sinh: case LibFunc_sinhf: case LibFunc_sinhl:
423
case LibFunc_sqrt: case LibFunc_sqrtf: case LibFunc_sqrtl:
0 commit comments