featurebase/roaring
Damian Gryski 62d6edd1ca roaring: fix vet issues with the assembly code
assembly_amd64.s:3: [amd64] hasAsm: wrong argument size 0; expected $...-1
assembly_amd64.s:11: [amd64] POPCNTQ: wrong argument size 8; expected $...-16
assembly_amd64.s:12: [amd64] POPCNTQ: unknown variable x; offset 0 is memory+0(FP)
assembly_amd64.s:17: [amd64] BSFQ: wrong argument size 8; expected $...-16
assembly_amd64.s:18: [amd64] BSFQ: unknown variable x; offset 0 is memory+0(FP)
assembly_amd64.s:28: [amd64] popcntSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP)
assembly_amd64.s:43: [amd64] popcntMaskSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP)
assembly_amd64.s:63: [amd64] popcntAndSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP)
assembly_amd64.s:82: [amd64] popcntOrSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP)
assembly_amd64.s:101: [amd64] popcntXorSliceAsm: invalid offset s+8(FP); expected s+0(FP), s_base+0(FP), s_len+8(FP), or s_cap+16(FP)
2017-05-04 11:01:10 +02:00
..
assembly.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
assembly_amd64.s roaring: fix vet issues with the assembly code 2017-05-04 11:01:10 +02:00
assembly_asm.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
assembly_generic.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
assembly_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
internal_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
roaring.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
roaring_test.go Fix roaring test: TestBitmap_Quick_Array1 2017-04-29 18:04:59 -05:00