Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#550: fixed SIMD status message for ARM CRC
Browse files Browse the repository at this point in the history
  • Loading branch information
hugbug committed Jun 4, 2018
1 parent 78b270d commit f51c216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/yencode/AcleCrc.cpp
Expand Up @@ -95,6 +95,7 @@ void init_crc_acle()
crc_init = &crc_arm_init;
crc_incr = &crc_arm;
crc_finish = &crc_arm_finish;
crc_simd = true;
#endif
}

Expand Down

0 comments on commit f51c216

Please sign in to comment.