Skip to content
  • nagachika's avatar
    3e07a4ed
    merge revision(s) 3a3033c1: [Backport #17787] · 3e07a4ed
    nagachika authored
    	get rid of using `__builtin_unreachable` directly [Bug #17787]
    
    	As it is an independent feature from `clz`, `ctz` and `popcount`,
    	it might be unavailable even if the latters are built in.
    	---
    	 internal/bits.h | 6 +++---
    	 1 file changed, 3 insertions(+), 3 deletions(-)
    3e07a4ed
    merge revision(s) 3a3033c1: [Backport #17787]
    nagachika authored
    	get rid of using `__builtin_unreachable` directly [Bug #17787]
    
    	As it is an independent feature from `clz`, `ctz` and `popcount`,
    	it might be unavailable even if the latters are built in.
    	---
    	 internal/bits.h | 6 +++---
    	 1 file changed, 3 insertions(+), 3 deletions(-)
Loading