Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using %d for unsigned intergers, instead of %u #33

Open
davidsilveiro opened this issue May 5, 2016 · 1 comment
Open

Using %d for unsigned intergers, instead of %u #33

davidsilveiro opened this issue May 5, 2016 · 1 comment

Comments

@davidsilveiro
Copy link

davidsilveiro commented May 5, 2016

Tedious, could submit a patch to save you time? :)

common/simd/v64_intrinsics_c.h:794
common/simd/v64_intrinsics_c.h:806
common/simd/v64_intrinsics_c.h:818
common/simd/v64_intrinsics_c.h:830
common/simd/v64_intrinsics_c.h:842
common/simd/v64_intrinsics_c.h:854
common/simd/v64_intrinsics_c.h:865
common/simd/v64_intrinsics_c.h:876
common/simd/v64_intrinsics_c.h:887
common/simd/v64_intrinsics_c.h:909
common/simd/v128_intrinsics_c.h:590

@davidsilveiro davidsilveiro changed the title Using %u for signed intergers, instead of %u Using %d for signed intergers, instead of %u May 5, 2016
@davidsilveiro davidsilveiro changed the title Using %d for signed intergers, instead of %u Using %d for unsigned intergers, instead of %u May 5, 2016
@HybridDog
Copy link

Why should %d be used for unsigned integers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants