Skip to content

Commit

Permalink
Small cleanup in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linux4life798 committed Oct 3, 2018
1 parent 9d6cf6e commit 679b680
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ c.Atomic(func() {
})
```

# Using HLE
## Using HLE

```go
m := map[string]int{
Expand All @@ -64,6 +64,9 @@ m["word1"] = m["word1"] + 1
lock.Unlock()
```

---
---

# Check if your CPU supports Intel TSX

## Use the `doihavetsx` utility
Expand All @@ -90,6 +93,9 @@ HLE: Yes

Please add your machine to this table! Pull-request or issues welcome.

---
---

# Code Examples

## Checking for HLE and RTM support in code
Expand Down

0 comments on commit 679b680

Please sign in to comment.