-
Notifications
You must be signed in to change notification settings - Fork 291
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: yuvi/gas-preprocessor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: libjpeg-turbo/gas-preprocessor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 2 files changed
- 2 contributors
Commits on Jan 29, 2014
-
This patch works around an issue with the new Clang front end in Xcod…
…e 5.0. When passed an argument of '-x assembler', Clang seems to ignore all other arguments. This is a problem, because we have to pass Clang an argument of -no-integrated-as in order to make the libjpeg-turbo NEON code assemble correctly. Thus, this patch creates a temporary file and then calls system() to execute the assembler, rather than attempting to pass the filtered assembly code to the assembler via stdin. Note that we also now need to strip the various -M* options from the assembler command line, else the dependency file for the SIMD object will depend on the temporary assembly file (which is deleted after use) and not the original assembly file. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/gas-preprocessor@1103 632fc199-4ca6-4c93-a231-07263d6284db
Configuration menu - View commit details
-
Copy full SHA for f45b2b5 - Browse repository at this point
Copy the full SHA f45b2b5View commit details
Commits on Jul 23, 2014
-
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/gas-preprocessor@1334 632fc199-4ca6-4c93-a231-07263d6284db
Configuration menu - View commit details
-
Copy full SHA for 255a216 - Browse repository at this point
Copy the full SHA 255a216View commit details
Commits on Dec 19, 2014
-
https://raw.githubusercontent.com/libav/gas-preprocessor/master/gas-preprocessor.pl that allow gas-preprocessor.pl to convert a few ARM64 instructions that we use and that the XCode 5.1 clang assembler doesn't understand. The rest of the ARM64 iOS build issues were addressed by making cosmetic modifications to the assembly file. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/gas-preprocessor@1449 632fc199-4ca6-4c93-a231-07263d6284db
Configuration menu - View commit details
-
Copy full SHA for 7928f77 - Browse repository at this point
Copy the full SHA 7928f77View commit details
Commits on Jul 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4338df4 - Browse repository at this point
Copy the full SHA 4338df4View commit details
Commits on Nov 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 49d4ba0 - Browse repository at this point
Copy the full SHA 49d4ba0View commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 42cb38c - Browse repository at this point
Copy the full SHA 42cb38cView commit details
There are no files selected for viewing
This file was deleted.