Skip to content

Commit e83d384

Browse files
committed
Remove unnecessary coments
1 parent 422e489 commit e83d384

File tree

1 file changed

+0
-2
lines changed
  • examples/standalone_examples/math_test/src

1 file changed

+0
-2
lines changed

examples/standalone_examples/math_test/src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,15 +438,13 @@ DEFINE_UNOP_PREFIX_FUNC_I48( , bitrev, __builtin_bitreverse48)
438438
DEFINE_UNOP_PREFIX_FUNC_LL( , bitrev, __builtin_bitreverse64)
439439
DEFINE_UNOP_STRUCT_B_TO_LL(, bitrev)
440440

441-
// Needs to be unsigned to avoid extra bits from sign extension
442441
DEFINE_UNOP_PREFIX_FUNC_S(u, bswap, __builtin_bswap16)
443442
DEFINE_UNOP_PREFIX_FUNC_I(u, bswap, __builtin_bswap24)
444443
DEFINE_UNOP_PREFIX_FUNC_L(u, bswap, __builtin_bswap32)
445444
DEFINE_UNOP_PREFIX_FUNC_I48(u, bswap, __builtin_bswap48)
446445
DEFINE_UNOP_PREFIX_FUNC_LL(u, bswap, __builtin_bswap64)
447446
DEFINE_UNOP_STRUCT_BSWAP(u, bswap)
448447

449-
// Needs to be unsigned to avoid extra bits from sign extension
450448
DEFINE_UNOP_PREFIX_FUNC_B_TO_I(u, popcnt, __builtin_popcount)
451449
DEFINE_UNOP_PREFIX_FUNC_L(u, popcnt, __builtin_popcountl)
452450
DEFINE_UNOP_PREFIX_FUNC_I48(u, popcnt, __builtin_popcounti48)

0 commit comments

Comments
 (0)