From 9b39b853d1c99693f766d9e34266e1c2aa78cfea Mon Sep 17 00:00:00 2001 From: sejunkim Date: Thu, 29 Sep 2022 15:04:14 -0700 Subject: [PATCH] Fixed typo in root README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02a98a4..e90903f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ It is possible to pass additional options to enable more features. The following If ```IPCL_DETECT_IFMA_RUNTIME``` flag is set to ```ON```, it will determine whether the system supports the AVX512IFMA instructions on runtime. It is still possible to disable IFMA exclusive feature (multi-buffer modular exponentiation) during runtime by setting up the environment variable ```IPCL_DISABLE_AVX512IFMA=1```. ### Installing and Using Example -For installing and using the library externally, see [example/README.md]](./example/README.md). +For installing and using the library externally, see [example/README.md](./example/README.md). ## Testing and Benchmarking To run a set of unit tests via [Googletest](https://github.com/google/googletest), configure and build library with `-DIPCL_TEST=ON` (see [Instructions](#instructions)).