Implement intrinsics CountTrailingZeroes and test it.

This commit is contained in:
Fernando Sahmkow
2019-03-15 23:18:11 -04:00
committed by FernandoS27
parent 522957f9f3
commit 3bc815a5dc
3 changed files with 76 additions and 12 deletions

View File

@ -1,5 +1,6 @@
add_executable(tests
common/bit_field.cpp
common/bit_utils.cpp
common/param_package.cpp
common/ring_buffer.cpp
core/arm/arm_test_common.cpp