Go to file
Adenilson Cavalcanti 4a719a7f4c Optimize harfbuzz big integer conversions
Profiling showed that type conversions were adding considerable cycles in time
spent doing text shaping.

The idea is to optimize it using native processor instructions to help Blink
layout performance.

Doing further investigation revelead that compilers may not use the
proper instruction on ARM 32bits builds (i.e. REV16).

One way to insure that the generated ASM was ideal for both gcc/clang
was using __builtin_bswap16.

Added bonus is that we no longer need to test for CPU architecture.
2018-11-27 13:43:05 -08:00
.ci [ci] minor, bring back the removed assertion 2018-03-05 13:02:50 +03:30
.circleci [ci] minor 2018-11-08 10:59:50 +03:30
docs [fvar] Add named-instance API 2018-11-19 14:51:34 -05:00
m4 Delete pkg.m4 2018-08-29 15:43:39 -07:00
src Optimize harfbuzz big integer conversions 2018-11-27 13:43:05 -08:00
test Fix Codacy "issues" 2018-11-20 01:16:08 -05:00
util [subset] minor, adjust spaces 2018-11-16 00:02:47 +03:30
.editorconfig Minor build related changes 2018-03-30 22:25:35 +04:30
.travis.yml [travis] Update Coverity token 2018-11-20 01:38:35 -05:00
appveyor.yml [appveyor] Drop Cygwin builds again 2018-10-25 02:34:02 +02:00
AUTHORS [AUTHORS] Add Ebrahim and Khaled 2018-10-18 00:35:01 -07:00
autogen.sh Add Ragel-generated files to git 2018-02-20 14:36:14 -08:00
azure-pipelines.yml Set up CI with Azure Pipelines 2018-10-25 15:22:54 +00:00
BUILD.md Fix typos. 2018-10-19 19:24:05 +03:30
CMakeLists.txt [cmake] Make build of tests and subset optional (#1329) 2018-10-30 10:19:40 +03:30
configure.ac 2.1.3 2018-11-16 16:53:25 -08:00
COPYING Improve license information 2012-10-28 21:26:19 -07:00
git.mk [git.mk] Update 2017-10-27 10:23:01 -06:00
harfbuzz.doap Move all references of old url to the new address (#622) 2017-11-20 14:49:22 -05:00
Makefile.am Add README.wine.md and touch some other docs (#939) 2018-03-29 04:22:53 +04:30
mingw32.sh Add mingw32.sh and mingw64.sh 2018-02-16 14:16:28 -08:00
mingw64.sh Add mingw32.sh and mingw64.sh 2018-02-16 14:16:28 -08:00
NEWS 2.1.3 2018-11-16 16:53:25 -08:00
README Add codecov.io badge 2018-11-20 01:21:36 -05:00
README.md Add README.md symlink to make github happy 2014-10-01 17:45:17 -04:00
README.python.md Fix typos. 2018-10-19 19:24:05 +03:30
README.wine.md Fix typos. 2018-10-19 19:24:05 +03:30
RELEASING.md 2.1.0 2018-10-30 15:52:26 -07:00
replace-enum-strings.cmake CMake: Support building HarfBuzz-GObject 2017-10-18 23:48:11 +08:00
THANKS Bump version to 0.9.2 2012-08-10 14:50:05 -04:00
TODO [TODO] Remove BCP 47 language handling item 2018-10-20 21:13:25 +03:30

Travis Build Status AppVeyor Build Status CircleCI Build Status Coverity Code Health Codacy Code Health Codecov Code Coverage Coverals Code Coverage ABI Tracker

This is HarfBuzz, a text shaping library.

For bug reports, mailing list, and other information please visit:

http://harfbuzz.org/

For license information, see the file COPYING.

Documentation: https://harfbuzz.github.io