]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
5 years agoFix broken CI; make changes in response to the comments 1984/head
Meghna Malhotra [Wed, 1 Apr 2020 05:46:49 +0000 (22:46 -0700)] 
Fix broken CI; make changes in response to the comments

5 years agoRemove magic constant and made other changes addressing the comments
Meghna Malhotra [Thu, 27 Feb 2020 16:32:44 +0000 (22:02 +0530)] 
Remove magic constant and made other changes addressing the comments

5 years agoFixed tests to use correct workspace size
Meghna Malhotra [Sun, 2 Feb 2020 02:26:14 +0000 (18:26 -0800)] 
Fixed tests to use correct workspace size

5 years agoWIP: Still getting an error
Meghna Malhotra [Sat, 1 Feb 2020 23:34:51 +0000 (15:34 -0800)] 
WIP: Still getting an error

5 years agoWIP: Increased wksp size, but it's segfaulting
Meghna Malhotra [Sat, 1 Feb 2020 20:41:05 +0000 (12:41 -0800)] 
WIP: Increased wksp size, but it's segfaulting

5 years agoMove rank table into HUF_buildCTable_wksp()
Meghna Malhotra [Sat, 1 Feb 2020 19:56:31 +0000 (11:56 -0800)] 
Move rank table into HUF_buildCTable_wksp()

5 years agoMerge pull request #2101 from bimbashrestha/meson
Bimba Shrestha [Fri, 1 May 2020 17:52:37 +0000 (12:52 -0500)] 
Merge pull request #2101 from bimbashrestha/meson

[build] fix meson build issue

5 years agomeson msvc build fix 2101/head
Bimba Shrestha [Fri, 1 May 2020 14:04:09 +0000 (09:04 -0500)] 
meson msvc build fix

5 years agoMerge pull request #2097 from facebook/underlink
Yann Collet [Thu, 30 Apr 2020 17:16:24 +0000 (10:16 -0700)] 
Merge pull request #2097 from facebook/underlink

Fix underlinked libzstd

5 years agofixed zstd-nolegacy target 2097/head
Yann Collet [Wed, 29 Apr 2020 18:56:21 +0000 (11:56 -0700)] 
fixed zstd-nolegacy target

when compiled as part of allVariants

(though I'm unsure why it was working before ...)

5 years agoadded test linking user program to multi-threaded libzstd
Yann Collet [Wed, 29 Apr 2020 04:18:29 +0000 (21:18 -0700)] 
added test linking user program to multi-threaded libzstd

5 years agogeneralized pattern rules
Yann Collet [Wed, 29 Apr 2020 01:43:55 +0000 (18:43 -0700)] 
generalized pattern rules

5 years agofix libzstd-mt underlinking issue
Yann Collet [Wed, 29 Apr 2020 01:29:20 +0000 (18:29 -0700)] 
fix libzstd-mt underlinking issue

fix #2045
When compiling `libzstd` in multithreading mode,
the `libzstd-mt` recipe would not include `-pthread`,
resulting in an underlinked dynamic library.

Added a test on Travis to check that the library is fully linked.

This makes it possible, in some future release,
to build a multi-threaded `libzstd` dynamic library by default
as it would no longer impact the build script of user programs.

5 years agoMerge pull request #2094 from terrelln/stable-dst
Nick Terrell [Wed, 29 Apr 2020 00:53:24 +0000 (17:53 -0700)] 
Merge pull request #2094 from terrelln/stable-dst

[lib] Add ZSTD_d_stableOutBuffer + fix single-pass mode for empty frames

5 years agonew tests created new artifacts
Yann Collet [Tue, 28 Apr 2020 22:58:22 +0000 (15:58 -0700)] 
new tests created new artifacts

they were not properly ignored

5 years agoAdd extra warnings about not modifying the ZSTD_outBuffer 2094/head
Nick Terrell [Tue, 28 Apr 2020 19:07:42 +0000 (12:07 -0700)] 
Add extra warnings about not modifying the ZSTD_outBuffer

5 years agoMerge pull request #2048 from nocnokneo/ctest-support
Nick Terrell [Tue, 28 Apr 2020 18:01:13 +0000 (11:01 -0700)] 
Merge pull request #2048 from nocnokneo/ctest-support

Add CTest support

5 years ago[fuzz] Fuzz test ZSTD_d_stableOutBuffer
Nick Terrell [Tue, 28 Apr 2020 01:25:47 +0000 (18:25 -0700)] 
[fuzz] Fuzz test ZSTD_d_stableOutBuffer

5 years agoAdd some comments
Nick Terrell [Tue, 28 Apr 2020 01:25:30 +0000 (18:25 -0700)] 
Add some comments

5 years ago[lib] Fix single-pass mode for empty frames
Nick Terrell [Tue, 28 Apr 2020 01:10:45 +0000 (18:10 -0700)] 
[lib] Fix single-pass mode for empty frames

5 years ago[lib] Add ZSTD_d_stableOutBuffer
Nick Terrell [Tue, 28 Apr 2020 00:42:03 +0000 (17:42 -0700)] 
[lib] Add ZSTD_d_stableOutBuffer

5 years ago[zstd] Fix typo in ZSTD_dParameter
Nick Terrell [Mon, 27 Apr 2020 19:12:28 +0000 (12:12 -0700)] 
[zstd] Fix typo in ZSTD_dParameter

5 years agoMerge pull request #2088 from bimbashrestha/bug
Bimba Shrestha [Thu, 23 Apr 2020 19:16:56 +0000 (14:16 -0500)] 
Merge pull request #2088 from bimbashrestha/bug

[bug] Making compressStream2 fail when passing rawContent but claiming fullDict

5 years agoMerge pull request #2086 from bimbashrestha/quick3
Bimba Shrestha [Thu, 23 Apr 2020 18:02:57 +0000 (13:02 -0500)] 
Merge pull request #2086 from bimbashrestha/quick3

[bug] passing cParams.hashLog instead of comprParams->hashLog for ldm trigger

5 years agopassing dictContentType instead of rawContent every time 2088/head
Bimba Shrestha [Wed, 22 Apr 2020 05:29:35 +0000 (22:29 -0700)] 
passing dictContentType instead of rawContent every time

5 years agoadding fail test when passing wrong fullDict using refPrefix
Bimba Shrestha [Wed, 22 Apr 2020 05:26:48 +0000 (22:26 -0700)] 
adding fail test when passing wrong fullDict using refPrefix

5 years agobash to shell conversion 2086/head
Bimba Shrestha [Wed, 22 Apr 2020 03:31:11 +0000 (20:31 -0700)] 
bash to shell conversion

5 years agochanging to cParams.hashLog
Bimba Shrestha [Wed, 22 Apr 2020 02:12:50 +0000 (21:12 -0500)] 
changing to cParams.hashLog

5 years agoadding test for long mode trigger
Bimba Shrestha [Wed, 22 Apr 2020 02:04:55 +0000 (21:04 -0500)] 
adding test for long mode trigger

5 years agoMerge pull request #2085 from bimbashrestha/quick2
Bimba Shrestha [Mon, 20 Apr 2020 19:09:23 +0000 (14:09 -0500)] 
Merge pull request #2085 from bimbashrestha/quick2

[doc-bug] Updating the recommended max chainlog for patch-from

5 years agoupdating chainlog bound 2085/head
Bimba Shrestha [Mon, 20 Apr 2020 18:34:24 +0000 (11:34 -0700)] 
updating chainlog bound

5 years agoMerge pull request #2083 from bimbashrestha/quick1
Bimba Shrestha [Mon, 20 Apr 2020 18:24:34 +0000 (13:24 -0500)] 
Merge pull request #2083 from bimbashrestha/quick1

[nit] Adding missing newline at end of patch-from recommendations

5 years agoadding newline 2083/head
Bimba Shrestha [Mon, 20 Apr 2020 17:25:58 +0000 (10:25 -0700)] 
adding newline

5 years agoAdding --long support for --patch-from (#1959)
Bimba Shrestha [Fri, 17 Apr 2020 20:58:53 +0000 (15:58 -0500)] 
Adding --long support for --patch-from (#1959)

* adding long support for patch-from

* adding refPrefix to dictionary_decompress

* adding refPrefix to dictionary_loader

* conversion nit

* triggering log mode on chainLog < fileLog and removing old threshold

* adding refPrefix to dictionary_round_trip

* adding docs

* adding enableldm + forceWindow test for dict

* separate patch-from logic into FIO_adjustParamsForPatchFromMode

* moving memLimit adjustment to outside ifdefs (need for decomp)

* removing refPrefix gate on dictionary_round_trip

* rebase on top of dev refPrefix change

* making sure refPrefx + ldm is < 1% of srcSize

* combining notes for patch-from

* moving memlimit logic inside fileio.c

* adding display for optimal parser and long mode trigger

* conversion nit

* fuzzer found heap-overflow fix

* another conversion nit

* moving FIO_adjustMemLimitForPatchFromMode outside ifndef

* making params immutable

* moving memLimit update before createDictBuffer call

* making maxSrcSize unsigned long long

* making dictSize and maxSrcSize params unsigned long long

* error on files larger than 4gb

* extend refPrefix test to include round trip

* conversion to size_t

* making sure ldm is at least 10x better

* removing break

* including zstd_compress_internal and removing redundant macros

* exposing ZSTD_cycleLog()

* using cycleLog instead of chainLog

* add some more docs about user optimizations

* formatting

5 years agoMerge pull request #2080 from facebook/minor_fileio_refactor
Yann Collet [Tue, 14 Apr 2020 03:47:34 +0000 (20:47 -0700)] 
Merge pull request #2080 from facebook/minor_fileio_refactor

minor refactor of `fileio.c`

5 years agominor refactor 2080/head
Yann Collet [Mon, 13 Apr 2020 17:13:29 +0000 (10:13 -0700)] 
minor refactor

- fix a few comments
- reorder some parameters, to enforce "mutable references first"
- simplified fwriteSparse()

5 years agoMerge pull request #2040 from caoyzh/dev-2
Nick Terrell [Wed, 8 Apr 2020 20:14:47 +0000 (13:14 -0700)] 
Merge pull request #2040 from caoyzh/dev-2

Optimize by prefetching on aarch64

5 years agoMerge pull request #2075 from bimbashrestha/dict_fuzzer_ref
Bimba Shrestha [Tue, 7 Apr 2020 22:37:19 +0000 (17:37 -0500)] 
Merge pull request #2075 from bimbashrestha/dict_fuzzer_ref

[bug] handling case where prefix is NULL or 0 sized in refPrefix_advanced

5 years agohandling nil case for refprefix 2075/head
Bimba Shrestha [Tue, 7 Apr 2020 21:41:53 +0000 (14:41 -0700)] 
handling nil case for refprefix

5 years agoMerge pull request #2065 from cwoffenden/single-file-lib
Yann Collet [Tue, 7 Apr 2020 17:17:05 +0000 (10:17 -0700)] 
Merge pull request #2065 from cwoffenden/single-file-lib

Single-file decoder script can now (optionally) create an encoder

5 years agoFixed clash when projects are already using xxHash 2065/head
Carl Woffenden [Tue, 7 Apr 2020 16:17:59 +0000 (18:17 +0200)] 
Fixed clash when projects are already using xxHash

Undefing XXH_* macros allows the `.c` to build standalone without clashes. Removing `xxhash.c` and only including the header is the correct usage (according to `XXH_PRIVATE_API`).

5 years agoFixed-up single-file libs directory
Carl Woffenden [Tue, 7 Apr 2020 11:35:19 +0000 (13:35 +0200)] 
Fixed-up single-file libs directory

5 years agoRenamed directory
Carl Woffenden [Tue, 7 Apr 2020 11:34:19 +0000 (13:34 +0200)] 
Renamed directory

5 years agoImproved documentation
Carl Woffenden [Tue, 7 Apr 2020 11:19:52 +0000 (13:19 +0200)] 
Improved documentation

5 years agoFurther replication removed
Carl Woffenden [Tue, 7 Apr 2020 09:25:16 +0000 (11:25 +0200)] 
Further replication removed

`CHECK_F` is now in `error_private.h`. Minor tidy.

5 years agoMerge remote-tracking branch 'upstream/dev' into single-file-lib
Carl Woffenden [Tue, 7 Apr 2020 09:13:02 +0000 (11:13 +0200)] 
Merge remote-tracking branch 'upstream/dev' into single-file-lib

5 years agoCode replicated in compression and decompression moved to shared headers
Carl Woffenden [Tue, 7 Apr 2020 09:02:06 +0000 (11:02 +0200)] 
Code replicated in compression and decompression moved to shared headers

`CHECK_F` macro moved to `error_private.h` (shared between `fse_compress.c` and `fse_decompress.c`). `ZSTD_limitCopy()` moved to `zstd_internal.h` (shared between `zstd_compress.c` and `zstd_decompress.c`). Erroneous build artefact `zstd.h` removed from repo.

5 years agoadding refPrefix
Bimba Shrestha [Tue, 7 Apr 2020 05:57:49 +0000 (22:57 -0700)] 
adding refPrefix

5 years agoMerge pull request #2069 from bimbashrestha/doversize
Bimba Shrestha [Mon, 6 Apr 2020 21:06:37 +0000 (16:06 -0500)] 
Merge pull request #2069 from bimbashrestha/doversize

[memory opt] Downsize decompression buffers when large for too long

5 years agoadding test for dctx size reduction 2069/head
Bimba Shrestha [Sat, 4 Apr 2020 15:49:24 +0000 (08:49 -0700)] 
adding test for dctx size reduction

5 years agoMerge pull request #2068 from bimbashrestha/quick
Bimba Shrestha [Sat, 4 Apr 2020 00:28:42 +0000 (19:28 -0500)] 
Merge pull request #2068 from bimbashrestha/quick

[bug] Fixing Incorrect/inconsistent reported compression percentage for empty files

5 years agomoving consts to zstd_internal and reusing them
Bimba Shrestha [Fri, 3 Apr 2020 21:26:15 +0000 (14:26 -0700)] 
moving consts to zstd_internal and reusing them

5 years agoconverting to if
Bimba Shrestha [Fri, 3 Apr 2020 21:21:24 +0000 (14:21 -0700)] 
converting to if

5 years agoadding dctx to function name
Bimba Shrestha [Fri, 3 Apr 2020 21:14:46 +0000 (14:14 -0700)] 
adding dctx to function name

5 years agoonly computing sizes once
Bimba Shrestha [Fri, 3 Apr 2020 21:12:23 +0000 (14:12 -0700)] 
only computing sizes once

5 years agoUsing in and out size together
Bimba Shrestha [Fri, 3 Apr 2020 21:09:21 +0000 (14:09 -0700)] 
Using in and out size together

5 years agoMerge pull request #2067 from bimbashrestha/res-leak
Bimba Shrestha [Fri, 3 Apr 2020 20:51:59 +0000 (15:51 -0500)] 
Merge pull request #2067 from bimbashrestha/res-leak

[bug] adding fclose before return

5 years agoreturning on null check 2067/head
Bimba Shrestha [Fri, 3 Apr 2020 20:39:02 +0000 (13:39 -0700)] 
returning on null check

5 years agoadding fclose before return
Bimba Shrestha [Fri, 3 Apr 2020 20:31:47 +0000 (13:31 -0700)] 
adding fclose before return

5 years agoadding oversized check on decompression
Bimba Shrestha [Fri, 3 Apr 2020 20:20:22 +0000 (13:20 -0700)] 
adding oversized check on decompression

5 years agoadding oversizeDuration to dctx and macros
Bimba Shrestha [Fri, 3 Apr 2020 19:40:31 +0000 (12:40 -0700)] 
adding oversizeDuration to dctx and macros

5 years agono percentage on readsize == 0 2068/head
Bimba Shrestha [Fri, 3 Apr 2020 19:10:02 +0000 (12:10 -0700)] 
no percentage on readsize == 0

5 years agoremoving max(1, ..)
Bimba Shrestha [Fri, 3 Apr 2020 19:07:17 +0000 (12:07 -0700)] 
removing max(1, ..)

5 years agoMinor typo
Carl Woffenden [Fri, 3 Apr 2020 18:50:54 +0000 (20:50 +0200)] 
Minor typo

5 years agoAdded missing -pthread flag (was breaking on BSD)
Carl Woffenden [Fri, 3 Apr 2020 18:34:47 +0000 (20:34 +0200)] 
Added missing -pthread flag (was breaking on BSD)

5 years agoSingle-file decoder script can now (optionally) create an encoder
Carl Woffenden [Fri, 3 Apr 2020 17:07:46 +0000 (19:07 +0200)] 
Single-file decoder script can now (optionally) create an encoder

To complement the single-file decoder a new script was added to create an amalgamated single-file of all of the Zstd source, along with examples and (simple) tests.

5 years agoFixes decompressor when using -Wshorten-64-to-32 (#2062)
Carl Woffenden [Fri, 3 Apr 2020 09:55:29 +0000 (11:55 +0200)] 
Fixes decompressor when using -Wshorten-64-to-32 (#2062)

Spotted on iOS when building with `-Wshorten-64-to-32` (since `__builtin_expect` returns a `long`).

5 years agoAdd support for running more tests via CTest 2048/head
Taylor Braun-Jones [Mon, 23 Mar 2020 20:08:52 +0000 (16:08 -0400)] 
Add support for running more tests via CTest

5 years agoMerge pull request #2054 from terrelln/license-fix
Nick Terrell [Fri, 27 Mar 2020 18:00:01 +0000 (11:00 -0700)] 
Merge pull request #2054 from terrelln/license-fix

Standardize and fix copyright and licenses

5 years agoMerge pull request #2053 from terrelln/fix-play-test
Nick Terrell [Fri, 27 Mar 2020 04:08:10 +0000 (21:08 -0700)] 
Merge pull request #2053 from terrelln/fix-play-test

[test] Fix playTests.sh with space in binary path

5 years ago[circleci] Run test-license.py 2054/head
Nick Terrell [Fri, 27 Mar 2020 00:04:52 +0000 (17:04 -0700)] 
[circleci] Run test-license.py

Run it first because it is very fast (~1 second)

5 years ago[test] Fix playTests.sh with space in binary path 2053/head
Nick Terrell [Thu, 26 Mar 2020 22:04:15 +0000 (15:04 -0700)] 
[test] Fix playTests.sh with space in binary path

playTests.sh didn't work when `ZSTD_BIN` or `DATAGEN_BIN` had a space in
the path name. This happens for me because I split the cmake build
directory by compiler name, like "Clang 9.0.0".

The fix is to replace all instances of `$ZSTD` with the `zstd()`
function, and the replace `$DATAGEN` with `datagen()`. This will allow
us to change how we call zstd/datagen in the future without having to
change every callsite.

5 years ago[test] Add a test that checks for valid copyright and licenses
Nick Terrell [Thu, 26 Mar 2020 23:57:48 +0000 (16:57 -0700)] 
[test] Add a test that checks for valid copyright and licenses

Tests all `.h`, `.c`, `.py`, and `Makefile` files for valid copyright
and license lines. Excludes a small number of exceptions (threading, and
divsufsort).

* Copyright does not contains `present`
* Copyright contains `Facebook, Inc`
* Copyright contains the current year
* License contains exactly the lines we expect

5 years agoFix copyright and license lines
Nick Terrell [Thu, 26 Mar 2020 22:19:05 +0000 (15:19 -0700)] 
Fix copyright and license lines

* All copyright lines now have -2020 instead of -present
* All copyright lines include "Facebook, Inc"
* All licenses are now standardized

The copyright in `threading.{h,c}` is not changed because it comes from
zstdmt.

The copyright and license of `divsufsort.{h,c}` is not changed.

5 years agoMerge pull request #2050 from terrelln/align
Nick Terrell [Tue, 24 Mar 2020 18:42:59 +0000 (11:42 -0700)] 
Merge pull request #2050 from terrelln/align

Align decompress sequences loop to 32+16 bytes

5 years agoAlign decompress sequences loop to 32+16 bytes 2050/head
Nick Terrell [Thu, 19 Mar 2020 02:42:07 +0000 (19:42 -0700)] 
Align decompress sequences loop to 32+16 bytes

The alignment is added before the loop, so this shouldn't hurt
performance in any case. The only way it hurts is if there is already
performance instability, and we force it to be stable but in the bad
case.

This consistently gets us into the good case with gcc-{7,8,9} on an
Intel i9-9900K and clang-9. gcc-5 is 5% worse than its best case but has
stable performance. We get consistently good behavior on my Macbook Pro
compiled with both clang and gcc-8. It ends up in the 50% from DSB and
50% from MITE case, but the performance is the same as the 85% DSB case,
so thats fine.

5 years agoMerge pull request #2029 from terrelln/minor-opt
Nick Terrell [Tue, 24 Mar 2020 01:12:32 +0000 (18:12 -0700)] 
Merge pull request #2029 from terrelln/minor-opt

[opt] Update repcodes less often

5 years agoRespect the conventional BUILD_TESTS CMake option on the first configure
Taylor Braun-Jones [Mon, 23 Mar 2020 21:44:27 +0000 (17:44 -0400)] 
Respect the conventional BUILD_TESTS CMake option on the first configure

5 years agoAdd documentation for -T option
Taylor Braun-Jones [Mon, 23 Mar 2020 21:46:56 +0000 (17:46 -0400)] 
Add documentation for -T option

5 years agoFix testing documentation typo
Taylor Braun-Jones [Thu, 30 Jan 2020 15:31:00 +0000 (10:31 -0500)] 
Fix testing documentation typo

5 years agoMerge pull request #2036 from bimbashrestha/edist
Bimba Shrestha [Mon, 23 Mar 2020 17:53:44 +0000 (12:53 -0500)] 
Merge pull request #2036 from bimbashrestha/edist

[contrib] Edit distance match finder

5 years agoMerge pull request #2047 from bimbashrestha/doc
Bimba Shrestha [Mon, 23 Mar 2020 13:27:54 +0000 (08:27 -0500)] 
Merge pull request #2047 from bimbashrestha/doc

[doc] targetLen -> targetLength

5 years agotargetLen -> targetLength 2047/head
Bimba Shrestha [Mon, 23 Mar 2020 13:25:08 +0000 (06:25 -0700)] 
targetLen -> targetLength

5 years agoOptimize by prefetching on aarch64 2040/head
caoyzh [Sat, 14 Mar 2020 07:25:09 +0000 (15:25 +0800)] 
Optimize by prefetching on aarch64

5 years agoEdit distance match finder 2036/head
Bimba Shrestha [Fri, 13 Mar 2020 14:39:33 +0000 (09:39 -0500)] 
Edit distance match finder

5 years agoMerge pull request #2033 from bimbashrestha/icc 1988/head
Bimba Shrestha [Wed, 11 Mar 2020 01:42:19 +0000 (20:42 -0500)] 
Merge pull request #2033 from bimbashrestha/icc

[opt] Small icc level 1 compression speed gain using #pragma vector

5 years agoMerge pull request #2031 from bimbashrestha/bitscan
Bimba Shrestha [Tue, 10 Mar 2020 21:22:25 +0000 (16:22 -0500)] 
Merge pull request #2031 from bimbashrestha/bitscan

_BitScan{Reverse,Forward} add check for undefined

5 years agoTypo 2031/head
Bimba Shrestha [Tue, 10 Mar 2020 20:19:48 +0000 (15:19 -0500)] 
Typo

5 years agoAdding comment and remvoing ivdep 2033/head
Bimba Shrestha [Tue, 10 Mar 2020 19:57:27 +0000 (14:57 -0500)] 
Adding comment and remvoing ivdep

5 years agoMerge pull request #2032 from bimbashrestha/no-size
Bimba Shrestha [Mon, 9 Mar 2020 23:14:05 +0000 (18:14 -0500)] 
Merge pull request #2032 from bimbashrestha/no-size

Adding --[no-]content-size to the cli

5 years agoSetting ZSTD_c_contentSizeFlag instead of UNKNOWN filesize 2032/head
Bimba Shrestha [Mon, 9 Mar 2020 20:40:18 +0000 (15:40 -0500)] 
Setting ZSTD_c_contentSizeFlag instead of UNKNOWN filesize

5 years agoAdding documentation
Bimba Shrestha [Mon, 9 Mar 2020 19:49:04 +0000 (14:49 -0500)] 
Adding documentation

5 years agoAdding test for --[no-]content-size
Bimba Shrestha [Mon, 9 Mar 2020 19:44:38 +0000 (14:44 -0500)] 
Adding test for --[no-]content-size

5 years agoAdding --content-size
Bimba Shrestha [Mon, 9 Mar 2020 19:19:05 +0000 (14:19 -0500)] 
Adding --content-size

5 years agoInverting content size prefs bool
Bimba Shrestha [Mon, 9 Mar 2020 19:12:52 +0000 (14:12 -0500)] 
Inverting content size prefs bool

5 years agoAdding (void)noContentSize
Bimba Shrestha [Mon, 9 Mar 2020 19:00:52 +0000 (14:00 -0500)] 
Adding (void)noContentSize

5 years ago--no-content-size cli
Bimba Shrestha [Mon, 9 Mar 2020 18:07:29 +0000 (13:07 -0500)] 
--no-content-size cli

5 years agoMissed returns
Bimba Shrestha [Thu, 5 Mar 2020 20:20:59 +0000 (12:20 -0800)] 
Missed returns

5 years agobitscan add undef check
Bimba Shrestha [Thu, 5 Mar 2020 19:52:15 +0000 (11:52 -0800)] 
bitscan add undef check

5 years agoMerge pull request #2030 from bimbashrestha/quick
Bimba Shrestha [Thu, 5 Mar 2020 18:41:06 +0000 (10:41 -0800)] 
Merge pull request #2030 from bimbashrestha/quick

Removing no-tree-vectorize for intel